home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / business / pb031.dms / pb031.adf / EasyCalc / help / _log.help < prev    next >
Text File  |  1992-11-20  |  417b  |  22 lines

  1. Spreadsheet Function: LOG()
  2. Synopsis:
  3.  
  4. @LOG(exp)
  5.  
  6. Description:
  7.  
  8. This  returns  the natural logarithm (base e) of the
  9. expression.  The expression must be greater than 0.
  10.  
  11. Note:   Trig functions are all specified in radians.
  12. If  you need to convert between degrees and radians,
  13. the functions, @RAD and @DEG will help.
  14.  
  15. Examples:
  16.  
  17. @LOG(2) would give 0.30103.
  18. *
  19. Using Functions
  20. Usefunc.help
  21. Maths Operators
  22. operators.help